how to find all subgroups of a group
1 | ischarsimple:=function(G) |
1 | %gap |
经计算,最小非交换特征单群阶数为60
有单群的阶数:2 , 3 , 5 , 7 , 11 , 13 , 17 , 19 , 23 , 29 , 31 , 37 , 41 , 43 , 47 , 53 ,
59 , 60 , 61 ,
有特征单群的阶数:1 , 2 , 3 , 4 , 5 , 7 , 8 , 9 , 11 , 13 , 16 , 17 , 19 , 23 , 25 , 27 , 29 ,
31 , 32 , 37 , 41 , 43 , 47 , 49 , 53 , 59 , 60 , 61 , 64 ,
问题:是特征单群单不是单群的非交换群的最小阶数是多少?
IsomorphismPermGroup
returns an isomorphism from the group G onto a permutation group which is isomorphic to G. The method will select a suitable permutation representation.
iso:=IsomorphismPermGroup(g)
返回g到置换群的同构Image(iso,g);
返回g与同构的置换群
SmallerDegreePermutationRepresentation
将置换群表示成最小阶集合上的忠实作用
StructureDescription
FactorGroup
商群
NormalSubgroups
NaturalHomomorphismByNormalSubgroup
自然同态
IsomorphismGroups
计算同构,如果不同构返回fail
1 | Image(IsomorphismSimplifiedFpGroup(Image(IsomorphismFpGroupByPcgs( FamilyPcgs(CyclicGroup(8)),"g")))); Pc群转为自由群 |
1 | singtren@LAPTOP-4N5MIIBA:/mnt/c/Users/sinren$ gap |